-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplify regex and use semver pkg #14
Conversation
@fd0 Could you take this into consideration? |
a2a668d
to
4a45f99
Compare
I see a failing unit test because the testing framework does not know Do we really need to be backwards compatible with go 1.12? |
5245ac9
to
bd6f1a7
Compare
No, that amount of backwards compatibility exists for history reasons. Feel free to bump it to Go 1.15 (added TestDir()) or Go 1.17 (same as rest-server). Please also update the commit message which no longer matches the changes in the PR. |
bd6f1a7
to
d79d62c
Compare
@MichaelEischer I implemented your feedback and bumped the min go version to 1.15. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Awesome! together with #12 it could be handy to create a new tag. We are heavily using it in the owncloud organization. |
I've tagged a 0.4.0 version: https://github.com/restic/calens/releases/tag/v0.4.0 |
Description
We would like to extend the versioning schema by prereleases.
Details
We would like to use semantic versioning like the following examples
Please check the added unit tests. They should confirm that the regex is working.